ThinkPHP5


think\console\output\Descriptor
library\think\console\output\Descriptor.php at line 22

Class Descriptor

Descriptor

public class Descriptor


Method Summary
void

describe(Output output, mixed object, mixed options)

protected void

write(string content, bool decorated)

输出内容

protected string|mixed

describeInputArgument(InputArgument argument, array options)

描述参数

protected string|mixed

describeInputOption(InputOption option, array options)

描述选项

protected string|mixed

describeInputDefinition(InputDefinition definition, array options)

描述输入

protected string|mixed

describeCommand(Command command, array options)

描述指令

protected string|mixed

describeConsole(Console console, array options)

描述控制台

Method Detail

library\think\console\output\Descriptor.php at line 33

describe

public void describe(Output output, mixed object, mixed options)


library\think\console\output\Descriptor.php at line 63

write

protected void write(string content, bool decorated)

输出内容


library\think\console\output\Descriptor.php at line 74

describeInputArgument

protected string|mixed describeInputArgument(InputArgument argument, array options)

描述参数


library\think\console\output\Descriptor.php at line 98

describeInputOption

protected string|mixed describeInputOption(InputOption option, array options)

描述选项


library\think\console\output\Descriptor.php at line 133

describeInputDefinition

protected string|mixed describeInputDefinition(InputDefinition definition, array options)

描述输入


library\think\console\output\Descriptor.php at line 178

describeCommand

protected string|mixed describeCommand(Command command, array options)

描述指令


library\think\console\output\Descriptor.php at line 213

describeConsole

protected string|mixed describeConsole(Console console, array options)

描述控制台


ThinkPHP5